runtime.schedt.maxmcount (field)
7 uses
runtime (current package)
proc.go#L863: sched.maxmcount = 10000
proc.go#L975: if count > sched.maxmcount {
proc.go#L976: print("runtime: program exceeds ", sched.maxmcount, "-thread limit\n")
proc.go#L7862: out = int(sched.maxmcount)
proc.go#L7864: sched.maxmcount = 0x7fffffff
proc.go#L7866: sched.maxmcount = int32(in)
runtime2.go#L945: maxmcount int32 // maximum number of m's allowed (or die)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |